<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Sertoglu Fm</title>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<meta name="generator" content="Web Page Maker">
<style type="text/css">
/*----------Text Styles----------*/
.ws6 {font-size: 8px;}
.ws7 {font-size: 9.3px;}
.ws8 {font-size: 11px;}
.ws9 {font-size: 12px;}
.ws10 {font-size: 13px;}
.ws11 {font-size: 15px;}
.ws12 {font-size: 16px;}
.ws14 {font-size: 19px;}
.ws16 {font-size: 21px;}
.ws18 {font-size: 24px;}
.ws20 {font-size: 27px;}
.ws22 {font-size: 29px;}
.ws24 {font-size: 32px;}
.ws26 {font-size: 35px;}
.ws28 {font-size: 37px;}
.ws36 {font-size: 48px;}
.ws48 {font-size: 64px;}
.ws72 {font-size: 96px;}
.wpmd {font-size: 13px;font-family: Arial,Helvetica,Sans-Serif;font-style: normal;font-weight: normal;}
/*----------Para Styles----------*/
DIV,UL,OL /* Left */
{
 margin-top: 0px;
 margin-bottom: 0px;
}
</style>

<style type="text/css">
div#container
{
	position:relative;
	width: 1092px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align:left; 
}
body {text-align:center;margin:0}
</style>

</head>
<body bgColor="#000000">
<div id="container">
<div id="iFrame1" style="position:absolute; left:21px; top:545px; z-index:0">
<iframe name="iFrame1" width="1050" height="519" src="https://chameleon.chattersnet.nl/chat/9348" scrolling="no" frameborder="0"></iframe>
</div>

<div id="html1" style="position:absolute; overflow:hidden; left:20px; top:0px; width:1050px; height:330px; z-index:1">
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CESURYUREK FM</title>
<style>
    body {
        margin: 0;
        padding: 0;
        font-family: Arial, sans-serif;
        background-color: #1a1a1a;
        color: #ffffff;
    }

    #container {
        max-width: 1050px;
        margin: 0 auto;
        text-align: center;
    }

    .slideshow-container {
        position: relative;
        margin: auto;
        overflow: hidden;
        border: 2px solid #660000;
    }

    .fade {
        animation-name: fade;
        animation-duration: 2s;
    }

    @keyframes fade {
        from {
            opacity: .5;
        }
        to {
            opacity: 1;
        }
    }

    .slideshow-container img {
        width: 100%;
        height: 325px; /* Yeni yükseklik */
        object-fit: cover;
    }
</style>
</head>
<body>

<div id="container">

<div class="slideshow-container">
    <img class="fade" src="https://img1.dreamies.de/img/998/b/vgrzx7xkop0.jpg" alt="Slide 1">
    <img class="fade" src="https://img1.dreamies.de/img/377/b/au6j7krav4j.jpg" alt="Slide 2">
    <img class="fade" src="https://img1.dreamies.de/img/579/b/26y12nwyhz9.jpg" alt="Slide 3">
    <img class="fade" src="https://img1.dreamies.de/img/53/b/3q925oi5v99.jpg" alt="Slide 4">
    <img class="fade" src="https://img1.dreamies.de/img/734/b/pczorgd1zuf.jpg" alt="Slide 5">
    <img class="fade" src="https://img1.dreamies.de/img/699/b/f3ncs5e36v0.jpg" alt="Slide 6">
    <img class="fade" src="https://img1.dreamies.de/img/563/b/pzx8lrsv6m1.jpg" alt="Slide 7">
</div>

</div>

<script>
    var slideIndex = 0;
    showSlides();

    function showSlides() {
        var slides = document.getElementsByClassName("fade");
        for (var i = 0; i < slides.length; i++) {
            slides[i].style.display = "none";
        }
        slideIndex++;
        if (slideIndex > slides.length) {
            slideIndex = 1;
        }
        slides[slideIndex - 1].style.display = "block";
        setTimeout(showSlides, 3000); // Geçiş süresi - 2 saniye
    }
</script>

</body>
</html></div>

<div id="html2" style="position:absolute; overflow:hidden; left:20px; top:331px; width:1050px; height:40px; z-index:2">
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Maus Buton</title>
<style>
  .button-container {
    display: flex;
    justify-content: space-between;
    max-width: 1050px;
    margin: 0 auto;
  }

  .hover-button {
    background-color: transparent;
    border: 3px solid #FFFFFF; /* Siyah çerçeve kenar çizgisi */
    color: #FFFFFF; /* Siyah yazı */
    padding: 7px; /* Daha küçük yastıklama */
    font-size: 15px; /* Orta boyut font */
    cursor: pointer;
    font-weight: bold; /* Kalın yazı */
    width: calc(100% / 7 - 12px); /* Butonların genişliği ve aralarındaki boşluk */
    height: 42px; /* Buton yüksekliği */
    overflow: hidden; /* Yazı aşımını engelleme */
    display: flex; /* İçeriği dikey ve yatayda ortalamak için */
    justify-content: center; /* Yatayda ortala */
    align-items: center; /* Dikeyde ortala */
    box-sizing: border-box; /* padding ve border'ı butonun genişliğine dahil et */
  }

  .hover-button:hover {
    background-color: #FF0000; /* Kırmızı */
    color: #0000FF; /* Beyaz yazı */
    border: 3px solid #FF0000; /* Kırmızı çerçeve kenar çizgisi */
  }
</style>
</head>
<body>

<div class="button-container">
  <button id="btn7" class="hover-button" onclick="openPage('https://kuran.diyanet.gov.tr/mushaf')">Kuran</button>
  <button id="btn1" class="hover-button" onclick="openPage('https://chameleon.chattersnet.nl/')">Admin</button>
  <button id="btn2" class="hover-button" onclick="openPage('https://chameleon.chattersnet.nl/register.php')">Nick-Al</button>
  <button id="btn3" class="hover-button" onclick="openPage('http://5sertoglu.rf.gd')">F-Sertoglu</button>
    <button id="btn6" class="hover-button" onclick="openPage('https://fm.tc/panel.php')">İstek-Panel</button>
  <button id="btn7" class="hover-button" onclick="openPage('https://www.facebook.com/')">Face</button>
   <button id="btn3" class="hover-button" onclick="openPage('https://www.cnnturk.com/canli-yayin')">Cnn-Türk</button>
  <button id="btn4" class="hover-button" onclick="openPage('https://cloud.caster.fm/')">Caster</button>
  <button id="btn4" class="hover-button" onclick="openPage('https://34film.blogspot.com/')">Film</button>
  <button id="btn4" class="hover-button" onclick="openPage('https://1djyayinsaatleri.blogspot.com/')">T-Ses</button> 
</div>

<script>
  function openPage(url) {
    window.open(url, '_blank');
  }

  function changeButtonStyle(buttonId) {
    var button = document.getElementById(buttonId);
    var textColor = prompt("Yazı rengini girin (örn: #000000):", button.style.color);
    var borderColor = prompt("Çerçeve rengini girin (örn: #000000):", button.style.borderColor);
    var borderHoverColor = prompt("Hover çerçeve rengini girin (örn: #FF0000):", button.style.border);

    var fontSize = prompt("Yazı boyutunu girin (örn: 16px):", button.style.fontSize);

    if (textColor) {
      button.style.color = textColor;
    }
    if (borderColor) {
      button.style.borderColor = borderColor;
    }
    if (borderHoverColor) {
      button.style.border = "2px solid " + borderHoverColor;
    }
    if (fontSize) {
      button.style.fontSize = fontSize;
    }
  }
</script>

</body>
</html></div>
<div id="image2" style="position:absolute; overflow:hidden; left:21px; top:1066px; width:1050px; height:8px; z-index:3"><img src="https://img1.dreamies.de/img/926/b/t2q0k58a4jg.jpg" alt="" title="" border=0 wi <body bgColor="#000000">

dth=1050 height=8></div> 
<body>
<div id="image1" style="position:absolute; overflow:hidden; left:941px; top:375px; width:130px; height:125px; z-index:1"><img src="https://img1.dreamies.de/img/805/b/oq7yvc45lkk.gif" alt="" title="" border=0 width=130 height=125></div>


</body>
<div id="text1" style="position:absolute; overflow:hidden; left:13px; top:367px; width:1065px; height:175px; z-index:0">
 
<div data-type="newStreamPlayer" data-publicToken="049f70d2-5322-4eed-9382-88e7517ef01f" data-theme="dark" data-color="e81e4d" data-channelId="" data-rendered="false" class="cstrEmbed"><a href="https://www.caster.fm">Shoutcast Hosting</a> <a href="https://www.caster.fm">Stream Hosting</a> <a href="https://www.caster.fm">Radio Server Hosting</a></div><script src="//cdn.cloud.caster.fm//widgets/embed.js"></script>


    <div id="image1" style="position:absolute; overflow:hidden; left:8px; top:7px; width:130px; height:125px; z-index:0"><img src="https://img1.dreamies.de/img/805/b/oq7yvc45lkk.gif" alt="" title="" border=0 width=130 height=125></div>


</div>



</body>
</html>
<script type="text/javascript">
<!--
// ***********************************************
// Bu kodu www.TeknoEsinti.com adresinden aldınız..
// ***********************************************
function IE(e) {
     if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3")) {
          alert('UYARI BEYBI');
          return false;
     }
}
function NS(e) {
     if (document.layers || (document.getElementById && !document.all)) {
          if (e.which == "2" || e.which == "3") {
               alert('SERTOGLU');
               return false;
          }
     }
}
document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
//-->
</script>
<html>
    <head>
       <title>radyovatan</title>
    </head>
    <body background="https://i.pinimg.com/736x/5a/6d/1b/5a6d1b2bfc4f3b98639fa199c9c48d0d.jpg">
    </body>
 </html>
<!--Istek Buton Baslangic~FM.TC---->
<div style="border:0;padding:3px;position:fixed;top:150px;left:2px;z-index:560;">
<a target="_blank" href="http://fm.tc/sertoglu-istek"> 
<img src="http://fm.tc/cdn/ibtn/red.png" title="istek gonder" width="100" height="100"></a>
</div>
<!--Istek Buton Son~FM.TC---->
